home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / hlp_wzrd.zip / ABOUT.DF$ / ABOUT.txt
Text File  |  1996-01-19  |  3KB  |  132 lines

  1. object AboutBox: TAboutBox
  2.   Left = 272
  3.   Top = 155
  4.   ActiveControl = OK
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 173
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 121
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 105
  31.       Top = 9
  32.       Width = 72
  33.       Height = 14
  34.       Caption = 'Custom Control'
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Label2: TLabel
  43.       Left = 117
  44.       Top = 24
  45.       Width = 46
  46.       Height = 14
  47.       Caption = 'for Delphi'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Label3: TLabel
  56.       Left = 101
  57.       Top = 40
  58.       Width = 78
  59.       Height = 14
  60.       Caption = 'has been writing'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Label5: TLabel
  69.       Left = 134
  70.       Top = 57
  71.       Width = 12
  72.       Height = 14
  73.       Caption = 'by'
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       IsControl = True
  80.     end
  81.     object Label6: TLabel
  82.       Left = 96
  83.       Top = 73
  84.       Width = 89
  85.       Height = 14
  86.       Caption = 'Eli and Dani Zeitlin'
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       IsControl = True
  93.     end
  94.     object Label7: TLabel
  95.       Left = 100
  96.       Top = 89
  97.       Width = 81
  98.       Height = 14
  99.       Caption = 'Copiright ∩┐╜ 1995'
  100.       Font.Color = clBlack
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       IsControl = True
  106.     end
  107.     object Image1: TImage
  108.       Left = 8
  109.       Top = 8
  110.       Width = 32
  111.       Height = 32
  112.     end
  113.   end
  114.   object OK: TBitBtn
  115.     Left = 110
  116.     Top = 138
  117.     Width = 77
  118.     Height = 27
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     TabOrder = 1
  125.     OnClick = OKClick
  126.     Kind = bkOK
  127.     Margin = 2
  128.     Spacing = -1
  129.     IsControl = True
  130.   end
  131. end
  132.